func reflect.newName
11 uses
reflect (current package)
map.go#L60: mt.Str = resolveReflectName(newName(s, "", false, false))
type.go#L460: func newName(n, tag string, exported, embedded bool) abi.Name {
type.go#L1446: pp.Str = resolveReflectName(newName(s, "", false, false))
type.go#L1891: ch.Str = resolveReflectName(newName(s, "", false, false))
type.go#L2016: ft.Str = resolveReflectName(newName(str, "", false, false))
type.go#L2173: slice.Str = resolveReflectName(newName(s, "", false, false))
type.go#L2512: typ.PkgPath = newName(pkgpath, "", false, false)
type.go#L2556: typ.Str = resolveReflectName(newName(str, "", false, false))
type.go#L2632: Name: newName(field.Name, string(field.Tag), field.IsExported(), field.Anonymous),
type.go#L2698: array.Str = resolveReflectName(newName(s, "", false, false))
type.go#L2868: x.Str = resolveReflectName(newName(s, "", false, false))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |